211. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2021-05-13 09:09:02 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

211.1 Files compared

#LocationFileLast Modified
12021-05-13 09:09:02 +0000
2/Applications/Ampps/www/Porto v4.0.0/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Catalog/web/css/source/module_media.less2021-01-27 04:05:38 +0000

211.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged00
Changed00
Inserted199
Removed00

211.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

211.4 Active regular expressions

No regular expressions were active.

211.5 Comparison detail

    1 .product.media {
    2 .fotorama__stage {
    3   border: 1px solid #f4f4f4;
    4 }
    5 .fotorama__arr {
    6   width: 35px;
    7   .fotorama__arr__arr {
    8     background: none;
    9     width: auto;
    10     height: auto;
    11     &::before {
    12       content: '\e81a';
    13       font-family: 'porto-icons';
    14       font-size: 22px;
    15       font-weight: 600;
    16       width: 30px;
    17       height: 30px;
    18       text-align: center;
    19       line-height: 29px;
    20       display: block;
    21       color: #222529;
    22     }
    23   }
    24   &--prev {
    25     .fotorama__arr__arr {
    26       &::before {
    27         content: '\e819';
    28       }
    29     }
    30   }
    31   &--next {
    32     right: 0 !important;
    33   }
    34 }
    35 .fotorama__caption {display: none;}
    36 .fotorama__fullscreen-icon {
    37   width: 35px;
    38   height: 35px;
    39   background: none;
    40   display: block;
    41   top: auto;
    42   bottom: 0;
    43   right: 0 !important;
    44   text-align: center;
    45   line-height: 34px;
    46   color: #222529;
    47   &::before {
    48     content: '\f882';
    49     font-family: 'Porto-Icons';
    50     font-size: 15px;
    51     font-weight: 300;
    52     -webkit-font-smoothing: antialiased;
    53   }
    54   .fotorama--fullscreen & {
    55     bottom: auto;
    56     top: 0;
    57     &::before {
    58       content: '\f819';
    59       font-size: 19px;
    60     }
    61   }
    62   &:focus {
    63     box-shadow: none;
    64   }
    65 }
    66 .fotorama__fullscreen {
    67   .fotorama__zoom-in, .fotorama__zoom-out {
    68     width: 40px;
    69     height: 40px;
    70     background: none;
    71     line-height: 40px;
    72     color: #222529;
    73     text-align: center;
    74     &::before {
    75       font-family: 'porto-icons';
    76       font-size: 15px;
    77       font-weight: 300;
    78       -webkit-font-smoothing: antialiased;
    79     }
    80   }
    81   .fotorama__zoom-in {
    82     top: 10px;
    83     &::before {
    84       content: '\f882';
    85     }
    86   }
    87   .fotorama__zoom-out {
    88     top: 60px;
    89     &::before {
    90       content: '\f883';
    91     }
    92   }
    93 }
    94 .fotorama__nav-wrap--vertical {
    95    .fotorama__nav__shaft {
    96      margin-top: -8px;
    97    }
    98  }
    99 }